home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / pager2.zip / PAGER2.PRO < prev    next >
Text File  |  1989-06-17  |  3KB  |  62 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. -- Unit name    : PAGER2
  3. -- Version      : 2.x
  4. -- Author       : Richard Conn
  5. -- DDN Address  : RCONN@SIMTEL20.ARPA
  6. -- Copyright    : (c) 1987, 1988, 1989 by Richard Conn
  7. -- Date created : 1 June 1989
  8. -- Release date : 17 June 1989
  9. -- Last update  : 17 June 1989
  10. -- Machine/System Compiled/Run on : Verdix Ada, Alsys Ada on several systems
  11. --                  : IntegrAda on MSDOS
  12. --                  : DEC Ada on VAX/VMS
  13. ---------------------------------------------------------------
  14. -- Keywords     : PAGED FILES, LIBRARY, REPOSITORY, PAGER, PAGER2, UNPAGE
  15. --
  16. -- Abstract     :
  17. --    PAGER2 is a tool which creates, extracts from, lists,
  18. -- and scans paged files, where a paged file is a file composed
  19. -- of one or more files prefixed by banners.  PAGER2 is based in
  20. -- concept on the UNPAGE tool submitted to the Ada Repository on
  21. -- SIMTEL20 by Mitre Corporation.
  22. --
  23. --      Paged files are convenient mechanisms for storing related files.
  24. -- They reduce cluttering in the directories and simplify the file
  25. -- transfer process (to and from the Ada Repository, for example) by
  26. -- requiring the user to transfer only one file in order to obtain all
  27. -- files pertinent to a particular project or tool.  Additionally, paged
  28. -- files are text files which can be handled more readily than the 8-bit
  29. -- binary images associated with other file grouping mechanisms.  Paged
  30. -- files may be manipulated by a text editor if necessary.
  31. ------------------ Revision history ---------------------------
  32. -- DATE         VERSION AUTHOR                  HISTORY
  33. -- 11/5/1987    1.0, 1.1 Richard Conn           Initial Release
  34. -- 06/17/1989   2.0      Richard Conn           MSDOS Version, Upgrade
  35. ------------------ Distribution and Copyright -----------------
  36. -- This prologue must be included in all copies of this software.
  37. --
  38. -- This software is copyright by the author.
  39. --
  40. -- This software is released to the Ada community.
  41. -- This software is released to the Public Domain (note:
  42. --   software released to the Public Domain is not subject
  43. --   to copyright protection).
  44. -- Restrictions on use or distribution:  NONE
  45. ------------------ Disclaimer ---------------------------------
  46. -- This software and its documentation are provided "AS IS" and
  47. -- without any expressed or implied warranties whatsoever.
  48. -- No warranties as to performance, merchantability, or fitness
  49. -- for a particular purpose exist.
  50. --
  51. -- Because of the diversity of conditions and hardware under
  52. -- which this software may be used, no warranty of fitness for
  53. -- a particular purpose is offered.  The user is advised to
  54. -- test the software thoroughly before relying on it.  The user
  55. -- must assume the entire risk and liability of using this
  56. -- software.
  57. --
  58. -- In no event shall any person or organization of people be
  59. -- held responsible for any direct, indirect, consequential
  60. -- or inconsequential damages or lost profits.
  61. -------------------END-PROLOGUE--------------------------------
  62.